RadialGradient Class

Represents the radial gradient.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class RadialGradient
Inheritance
Object    RadialGradient

Constructors

RadialGradient Initializes a new instance of the RadialGradient class.

Properties

CenterX Specifies the center of the geometry that is used for the radial gradient.
CenterY Specifies the center of the geometry that is used for the radial gradient.
DisplayName Specifies the name of a radial gradient.
FocalX 
FocalY 
GradientTransform Contains the definition of an optional additional transformation from the gradient coordinate system onto the target coordinate system.
GradientUnits Specifies the coordinate system.
Name Specifies the name by which a radial gradient can be referenced.
Radius Specifies the radius that is used for the radial gradient.
SpreadMethod Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle.
Stops Specifies a collection of SvgStop objects.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current RadialGradient object to its equivalent string representation.
(Overrides ObjectToString)

See Also